Polled I/O and Interrupt

1) Why Polled I/O use less hardware interface circuitry between I/O device and processor then Interrupt I/O? What I think is: the resources used depend only on the number of wires or the distant between the devices, why the resources are related to the technique of transmission? [Jason] the controller to implement polling is easier than interrupt. 2) Programmer has complete control over … Continue reading Polled I/O and Interrupt